Remove roles from a content Item
{ removeRolesFromItem }
remove roles from a content item
Method
/API3/content/removeRolesFromItem
- Enterprise Admin
Input Parameters
Name
rolesInItemRemovalObject
Object Type
Description
The role object with settings to be set for the chosen content item.
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Notes
Specify the settings for the role for the item through the object
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP